home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 1: Arcade Games / More MacCube Vol 1 Arcade Games.bin / Games⁄Arcade / Bolo / More information / Sample Code / Std Autopilot / BF_IAC.h < prev    next >
Encoding:
Text File  |  1995-01-01  |  571 b   |  12 lines  |  [TEXT/KAHL]

  1. // Bolo code (C) Stuart Cheshire <cheshire@cs.stanford.edu> 1987-1994.
  2. // All rights reserved. This code is owned by Stuart Cheshire and is donated
  3. // free of charge for non-commercial use. You may not use this code in any
  4. // product sold for commercial profit, except shareware priced at $25 or less.
  5.  
  6. #include "BoloIAC.h"
  7. import OSErr CallBolo(ConnectionInfo *conn, BoloCommand command);
  8. import OSErr PPCToolBoxConnect(ConnectionInfo *conn);
  9. import void  PPCToolBoxDisconnect(ConnectionInfo *conn);
  10. import OSErr PPCToolBoxInit(void);
  11. import void  PPCToolBoxQuit(void);
  12.